Welcome![Sign In][Sign Up]
Location:
Search - nfa to dfa

Search list

[OtherNFA到DFA

Description: 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
Platform: | Size: 2048 | Author: 李余 | Hits:

[Other resource用Java语言实现NFA到DFA的等价变换

Description: 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
Platform: | Size: 30720 | Author: 李小刚 | Hits:

[ELanguageyouxianzidongjihuajian

Description: 有限自动机的确定化及化简 1、更正了 DFA_simplify2 中的错误 2、增加新旧状态对照表 ds_temp --NFA转DFA -- 输入字符 -- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new state CRT ds_temp-- NFA to DFA-- input characters-- must request id Start an incremental
Platform: | Size: 3072 | Author: 黄启龙 | Hits:

[Othernfadfa

Description: 编译原理小作业NFA转DFA,用C写的,环境是VC下的控制台程序-Compiler Construction Principles small operating NFA to DFA, written using C, the environment is under VC console procedures
Platform: | Size: 8192 | Author: 徐元浩 | Hits:

[ELanguageAutoMake5.0

Description: 一个大学时候做的编译原理的实验.实验内容是正则表达式到NFA到DFA到最小化DFA最终生成词法分析代码的整个过程的演示.那时由于时间关系,词法分析代码自动生成部分还没完成.-When a university to do the compiling principle experiment. Experiment is a regular expression to NFA to DFA to minimal DFA of the final lexical analysis code to generate the whole process of demonstration. At that time, due to time constraints, lexical analysis part of automatically generated code not yet complete .
Platform: | Size: 124928 | Author: THM | Hits:

[ELanguageCpp1

Description: 构造nfa及到DFA的转换 构造nfa及到DFA的转换-NFA to DFA structure and structural conversion to NFA and DFA conversion
Platform: | Size: 5120 | Author: 鸿佳 | Hits:

[ELanguageTransformation_NFA_to_DFA

Description: Transformation_NFA_to_DFA 不确定有限自动机NFA到有限自动机DFA的转换-Uncertainty Transformation_NFA_to_DFA finite automata finite automata NFA to DFA conversion
Platform: | Size: 3072 | Author: 丛威 | Hits:

[JSP/Javareg2NFA(java)

Description: 正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。-Regular Expression to NFA, NFA to DFA s JAVA realized, graphical representation of results.
Platform: | Size: 35840 | Author: 洪兴 | Hits:

[Other resource123

Description: 编译原理课程设计报告正规表达式到NFA(不确定的有限自动机),NFA到dfa及DFA(有限自动机)的最小-Principles of curriculum design report compiled formal expression to the NFA (finite automaton uncertain), NFA to DFA and the DFA (finite automaton) minimum
Platform: | Size: 101376 | Author: npc | Hits:

[Software Engineering[NFA+TO+DFA]

Description: NFA的确定化是编译过程中一个重要的部分,由于本程序的输入很多,而且有多种格式的输入,所以输入时必须非常小心细致。本程序比较复杂,需要使用多个结构体并使用了指针。必须将程序分解为多个子程序以降低编写难度。想起了软工老师的一句话:"难事破与易",再复杂的事,拆成一个个简单的小部分,逐个击破,在拼凑起来,复杂的事也变的简单了。适当使用全局常量可以控制有效控制内存溢出。由于程序较大,调试时多人协作能更容易易找出程序并成功修改。-NFA determination is the process of compiling an important part, due to the importation of many of the procedures, but also a variety of formats input, so input must be very careful and meticulous. This procedure is rather complicated, the need to use multiple structures and use the pointer. Procedures must be decomposed into a number of subroutines to reduce the difficulty of preparation. Soft workers thought of the teacher s words: difficult to break and easy , and then a complex issue, is split into a small portion of a simple, one by one break in together, things have changed the complexity of the simple. Proper use of global constants can be controlled effectively control memory overflow. Because of the larger process, debugging collaboration when people can easily find out the procedure more easily and successfully modified.
Platform: | Size: 149504 | Author: 佚星 | Hits:

[ELanguagedfa

Description: 由输入的正规式自动生成NFA,再转换为DFA。再对指定的文件进行处理。找出该文件中与正规式匹配的子串。-By the importation of automatic generation of formal NFA, and then converted to DFA. Re-designated the documents for processing. To find the document with the informal style of substring matching.
Platform: | Size: 6144 | Author: 夏天 | Hits:

[ELanguage[NFA+TO+DFA]

Description: [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
Platform: | Size: 149504 | Author: 三块一 | Hits:

[ELanguageDFA

Description: 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。-Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
Platform: | Size: 1549312 | Author: 刘琳 | Hits:

[ELanguageDFA

Description: 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first table structure generated by a subset of re-painting DFA graph), DFA minimization (also requires drawing method)
Platform: | Size: 14336 | Author: liyingan | Hits:

[ELanguageNFATODFA

Description: NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
Platform: | Size: 5120 | Author: 姚升高 | Hits:

[Windows DevelopNFA_DFA

Description: nfa 到 dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。 -nfa to dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。
Platform: | Size: 3072 | Author: 张志刚 | Hits:

[ELanguageNFA-DFA

Description: 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表-From nfa to dfa conversion and output as well as the middle of the state set conversion table
Platform: | Size: 3072 | Author: tang | Hits:

[Documentsnfa-dfa

Description: 可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好-Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
Platform: | Size: 2048 | Author: 黄飞 | Hits:

[JSP/Javajavafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page

Description: graphic simulation nfa to dfa
Platform: | Size: 693248 | Author: bechir | Hits:

[OtherNFA to DFA.cpp

Description: nfa转换为dfa,一个简单的程序cpp(nfa trans to dfa,a simple program. /.cpp)
Platform: | Size: 1024 | Author: 可以了 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net